home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / misc / commodities / winsoundv1_2 / install < prev    next >
Encoding:
Text File  |  1997-11-20  |  2.4 KB  |  83 lines

  1. ;
  2. ;
  3. ;
  4. ; This script is Copyright ©1997 by Mark Wilson (tecno on ircnet #Amiga)
  5. ;
  6. ; v1.0 Initial Creation (Mark)
  7. ; v1.1 Added winsound.prefs copying (Deryk)
  8. ; v1.2 Corrected typo in the script regarding the .readme file (Deryk)
  9. ;
  10.  
  11.         (welcome "Welcome to the WinSound Install Util")
  12.  
  13.         (message "\n This is the Installer for\n"
  14.                  "\n WinSound\n"
  15.                  "Copyright 1997 Deryk B. Robosson\n"
  16.                  "\n"
  17.                  "\n"
  18.                  "\n"
  19.                  "\Installing to WorkBench: ........\n"
  20.                  "\n(Please confirm operation below : Proceed/Abort)")
  21.         
  22.         (copyfiles
  23.             (Prompt "Copying WinSoundC to your WBStartup: directory.")
  24.             (help @copyfiles-help)
  25.             (source "WinSound/WinSoundC")
  26.             (dest   "SYS:Wbstartup/")
  27.             (files)
  28.             (infos)   
  29.             (confirm)   
  30.         )       
  31.  
  32.         (copyfiles
  33.             (Prompt "Copying sample Winsound.prefs to env:.")
  34.             (help @copyfiles-help)
  35.             (source "WinSound/Winsound.prefs")
  36.             (dest "env:")
  37.             (files)
  38.             (infos)
  39.             (confirm)
  40.         )
  41.  
  42.         (copyfiles
  43.             (Prompt "Copying sample Winsound.prefs to envarc:.")
  44.             (help @copyfiles-help)
  45.             (source "WinSound/Winsound.prefs")
  46.             (dest "envarc:")
  47.             (files)
  48.             (infos)
  49.             (confirm)
  50.         )
  51.  
  52.         (copyfiles
  53.             (Prompt "Copying WinSoundPrefs to your Prefs directory.")
  54.             (help @copyfiles-help)
  55.             (source "WinSound/WinSoundPrefs")
  56.             (dest   "SYS:Prefs/")
  57.             (files)
  58.             (infos)   
  59.             (confirm)
  60.         )
  61.    
  62.         (copyfiles
  63.             (Prompt "Copying WinSound.guide to your Help: directory.")
  64.             (help @copyfiles-help)
  65.             (source "WinSound/WinSound.guide")
  66.             ("WinSound/WinSoundv1.1.readme")
  67.             (dest   "HELP:")
  68.             (files)
  69.             (infos)   
  70.             (confirm) 
  71.         )
  72.  
  73.       (message "\n Thats your lot .\n"
  74.                "\nThe programs installed by this script"
  75.                "\nare the Property of Deryk B. Robosson"
  76.                "\nand are Copyright 1997."
  77.                "\n \n"
  78.                "\ Please Read the Documentation.\n"
  79.                "\ Thank you.\n"
  80.                "\n \n"
  81.                "\ Please Press 'Proceed' to finish\n" )
  82.         (exit (quiet))
  83.